PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Jumping to next page of search results resets search query

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

In Products Editor > quick search by... I type in, for example, fishing. I get 10 pages of results with 10 results on each page. But if I press on any pagination search result page, the search query isn't about the word I set (fishing), but the results shown are for no query at all.

I recorded video of the issue: https://www.dropbox.com/scl/fi/x2jjx085nnh751pbeyp6n/bandicam-2023-08-09-20-35-19-613.mp4?rlkey=wzwy6cq09wtiyh2sb74hopkyd&dl=0

Thank you for your time.

hello

This looks like a conflict with the caching plugin

Please  try  it( https://share.pluginus.net/image/i20230814121845.png ) - https://bulk-editor.com/document/more-settings-implicit

add_filter('woobe_storage_type', function($type) {

return 'session';//session, transient

});

I use only Redis object cache.

Adding the filter to theme's functions-php helped resolve the pagination issue. Thank you for support!

Hello

Greart!  Welcome;)